home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000307_news@columbia.edu_Wed Sep 6 12:49:17 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25139
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 6 Sep 1995 08:49:32 -0400
  3. Received: by apakabar.cc.columbia.edu id AA13813
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 6 Sep 1995 08:49:30 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Cancel File transfer
  9. Date: 6 Sep 1995 12:49:17 GMT
  10. Organization: Columbia University
  11. Lines: 24
  12. Message-Id: <42k5cd$dfi@apakabar.cc.columbia.edu>
  13. References: <42jl49$t7b@news.uni-c.dk>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <42jl49$t7b@news.uni-c.dk>,
  18. Klaus Hessellund <unikh@inet.uni-c.dk> wrote:
  19. >Hi All,
  20. >
  21. >
  22. >How do I cancel a filetransfer with the kermit and zmodem protocol?
  23. >
  24. >I think zmodem is canceled by pressing <ctrl>-x several times
  25. >
  26. Usually 5 times.  With Kermit, as explained in all of the documentation,
  27. you have many options for cancellation:
  28.  
  29.  . 2 or consecutive 3 control C's (to a remote Kermit in packet mode)
  30.  . To local Kermit:
  31.  
  32.    X = cancel current file, continue with group
  33.    Z = cancel current file and return to prompt
  34.    E = cancel with a fatal error (in case X or Z are not supported
  35.        by the remote)
  36.  
  37. In fact, when you start up a Kermit transfer, this legend is printed on
  38. your screen, at least if you are using real Kermit software.
  39.  
  40. - Frank